Skip to content

Update dependency prettier to v2.2.1#254

Merged
cjoudrey merged 1 commit intomasterfrom
renovate/prettier-2.x
Dec 15, 2020
Merged

Update dependency prettier to v2.2.1#254
cjoudrey merged 1 commit intomasterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 16, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.1.1 -> 2.2.1 age adoption passing confidence

Release Notes

prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

v2.2.0

Compare Source

diff

🔗 Release Notes

v2.1.2

Compare Source

diff

Fix formatting for directives in fields (#​9116 by @​sosukesuzuki)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 04f7f92 to 7001e6c Compare November 27, 2020 12:58
@renovate renovate bot changed the title Update dependency prettier to v2.1.2 Update dependency prettier to v2.2.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 7001e6c to 3d48c80 Compare December 10, 2020 05:59
@renovate renovate bot changed the title Update dependency prettier to v2.2.0 Update dependency prettier to v2.2.1 Dec 10, 2020
@cjoudrey cjoudrey merged commit b6f3453 into master Dec 15, 2020
@renovate renovate bot deleted the renovate/prettier-2.x branch December 15, 2020 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants